﻿
/* controls the fonts, size and default text colour for the page */
body{font-family: Trebuchet-MS, Arial, Sans-Serif;color:#777777;background-color:#DCDCDC;}

/* specify the location of your logo, background colour of the header and bottom border of the header */
#logoSpace
{
	border-color: #85B140;
	background-color: #252525;
	color:#fff;
	background-image: url('/skins/heart/heart-logo-100px.png');
}

/* specify color of info bar under header */
#infoBar{background-color:#85B140;color:#fff;}

/* specify bottom line color */
div.bottomInfo hr{color:#777777;}

/* set the border and background colour for the main content areas */
.detailsPanel{border-color:#85B140;background-color:#F3F3F3;}

/* set the border and background colour for the footer */
.helpPanel{border-color: #85B140;background-color: #252525;color:#fff;}

/* custom footer styles */
.ftrtxt
{
	font-weight:bold;
	float:left;
	width:790px;
}

.ftrtxt a
{
	color:#fff;
	text-decoration:none;
}

div.groupLogo
{
	float:right;
}

div.groupLogo span
{
	background-image: url('/skins/heart/mbr-heart.png');
	background-repeat:no-repeat;width:86px;height:62px;
	display:block;
}









